Fox's Git Mirrors
src/Test/Test.cpp 263f58980197561c4ba379903f31cfa20a876145 (263f5898) Text, 295 B
#include "Test.h"
#include "Log.h"
void test() {
//RNS::LogLevel loglevel = RNS::loglevel();
//RNS::loglevel(RNS::LOG_WARNING);
testBytes();
testCowBytes();
testBytesConversion();
testMap();
testReference();
testCrypto();
testHMAC();
testPKCS7();
//RNS::loglevel(loglevel);
}
Served by rngit 1.5.2 - Generated in 0.02s